<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */


/*全局控制*/

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
    background: #fff;
}


/*重置浏览器设置*/

h1,
h2,
h3,
h4,
ul,
ol,
li,
dl,
dt,
dd,
input,
img,
p,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.orange {
    color: #ff2c00;
    font-weight: normal;
}

.home {
    background-image: url(../images/top_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.head {
    margin-bottom: 20px;
}

.top_box {
    height: 36px;
    line-height: 36px;
    background: #006eab;
    color: #fff;
    font-size: 14px;
}

.head .top,
.top_head,
.head .menu,
.warp,
.ad,
.link,
.wp {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.head .l a,
.head .r a {
    float: left;
    color: #fff;
}

.top_head .logo {
    margin: 50px 0 45px;
}

.head .search {
    margin-top: 80px;
}

.head .search .inp {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    width: 220px;
    color: #333;
    padding: 0 10px;
    float: left;
    font-size: 14px;
}

.head .search .inpBtn {
    background: #006eab;
    height: 42px;
    width: 50px;
    float: left;
    color: #fff;
    border: 0;
    cursor: pointer;;
}

.menu_nav {
    background: #006eab;
    text-align: center;
    line-height: 60px;
    height: 60px;
}

.menu_nav li {
    width: 25%;
    float: left;
}

.menu_nav li a {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    display: block;
    height: 60px;
}

.menu_nav li img {
    vertical-align: middle;
}

.menu_nav li:hover,
.menu_nav .curr {
    background: #10568a;
}

.slider,
.tabnews {
    width: 50%;
    height: 370px;
}

.newspic {
    width: 100%;
    height: 370px;
    float: left;
}

.picwarp {
    width: 100%;
    height: 370;
    position: relative;
}

.fcon img {
    display: block;
    width: 100%;
    height: 370px;
}

.fcon .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
    display: block;
    text-align: left;
}

.fcon .shadow a {
    color: #fff;
    margin-left: 10px;
}

.fbg {
    bottom: 10px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.fbg .D1fBt a {
    position: relative;
    display: inline;
    width: 8px;
    height: 8px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: right;
    background: #fff;
}

.fbg .D1fBt .current,
.D1fBt a:hover {
    background: #cac9ca;
}

.fbg .D1fBt img {
    display: none
}

.fbg .D1fBt i {
    display: none;
    font-style: normal;
}

.news_list {
    width: 98%;
    overflow: hidden;
    margin-left: 2%;
}

.trend_list {
    width: 100%;
    overflow: hidden;
}

.news_list .news_title,
.trend_list .news_title,
.shopping .news_list {
    width: 100%;
    border-bottom: 2px solid #006eab;
    margin-bottom: 7px;
    height: 39px;
}

.news_title p {
    display: inline;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    float: left;
}

.news_title .curr {
    background: #006eab;
    color: #fff;
    cursor: pointer;
}

.news_title .currgg {
    background: #f5f5f5;
    color: #006eab;
    cursor: pointer;
}

.news_title p.active {
    background: #006eab;
    color: #fff;
    cursor: pointer;
}

.news_title .currtz {
    background: #006eab;
    color: #fff;
    margin-right: 10px;
}

/*.news_title .active {
    background: #006eab;
    color: #fff;
    margin-right: 10px;
}*/


.news_list .news_title .more,
.trend_list .news_title .more,
.shopping .news_title .more {
    float: right;
    line-height: 38px;
    margin-right: 12px;
    font-size: 14px;
}

.news_list .more a,
.trend_list .more a,
.shopping .more a {
    color: #126eaf;
    cursor: pointer;
}

.news_item {
    width: 100%;
    height: 320px;
}

.news_item ul li {
    line-height: 36px;
}

.news_item ul li a {
    float: left;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 20px;
}

.news_item ul li a:hover {
    color: #126eaf;
    cursor: pointer;
}

.news_item ul li span {
    float: right;
    color: #929292;
}

.news_itemtz {
    width: 100%;
    height: 320px;
}

.news_itemtz ul li {
    line-height: 36px;
}

.news_itemtz ul li a {
    float: left;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 20px;
}

.news_itemtz ul li a:hover {
    color: #126eaf;
    cursor: pointer;
}

.news_itemtz ul li span {
    float: right;
    color: #929292;
}

.ad,
.warp_rowC {
    margin-bottom: 20px;
}

.warp_rowB {
    margin: 20px auto;
}

.ad {
    height: 100px;
}

.shopping {
    width: 80%;
    height: 560px;
}

.shopping .news_list {
    width: 100%;
    margin-left: 0;
}

.infor_warp {
    width: 100%;
    height: 400px;
    color: #666;
}

.infor_warp .infor_menu {
    width: 148px;
}

.infor_warp .infor_menu li {
    text-align: center;
    padding: 11px;
    font-weight: bold;
    font-size: 16px;
}

.infor_warp .infor_menu .active {
    border-right: 3px solid #006eab;
}

.infor_list {
    width: 840px;
}

.infor_list .infor_title {
    overflow: hidden;
    margin-bottom: 14px;
}

.infor_list .infor_title li {
    padding: 0 10px;
    font-weight: bold;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
    float: left;
}

.infor_list .infor_title .li_active {
    color: #006eab;
    border-bottom: 3px solid #006eab;
}

.infor_item {
    width: 100%;
    height: 320px;
}

.infor_item .fdiv {
    display: block;
}

.infor_item ul {
    display: none;
}

.infor_item ul li {
    line-height: 38px;
}

.infor_item ul li a {
    float: left;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 20px;
}

.infor_item ul li a:hover {
    color: #126eaf;
    cursor: pointer;
}

.infor_item ul li span {
    float: right;
    color: #929292;
}

.func_tion {
    width: 20%;
    overflow: hidden;
}

.func_tion ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.func_tion li {
    width: 90%;
    border-radius: 8px;
    background: #d0f0ff;
    height: 80px;
    margin-bottom: 12px;
    float: right;
    display: flex;
}

.func_tion li img {
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 10px;
}

.func_tion li a {
    display: flex;
    align-items: center;
    color: #3369a5;
    font-size: 16px;
    font-weight: bold;
}

.func_tion .last_margin {
    margin-bottom: 0;
}

.link {
    background: #f9f9f9;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
}

.link ul li {
    padding: 0 50px;
    text-align: center;
    float: left;
}

.link .title {
    background: #006eab;
    color: #fff;
}

.footer {
    background: #2f5398;
    color: #fff;
    font-size: 14px
}

.footer a {
    color: #fff
}

.footer a:hover {
    text-decoration: underline
}

.footlink {
    padding: 20px 0;
    border-bottom: 1px solid #728ab9;
    text-align: center
}

.footlink span {
    margin: 0 15px
}

.footinfo {
    padding: 30px 0;
    text-align: center;
    /*    background-image: url(../images/red.png);*/
    background-repeat: no-repeat;
    /*  background-position: 300px center;*/
    position: relative;
}

.footinfo p {
    padding: 5px 0
}

.piclink .p2 {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 1000px) {
    .piclink .p1 {
        left: 0
    }

    .piclink .p2 {
        right: 0
    }
}

.dzjg {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%)
}

/* 悬浮 */
.float {
    border: 0;
}

.float {
    position: fixed;
    right: 0px;
    bottom: 60px;
    z-index: 101;
}

.float &gt; div {
    /*width: 90px;*/
    float: left;
    font-size: 12px;
    color: #747474;
    background: #fff;
    overflow: hidden;
    display: block;
    text-align: center;
}

.ad_img {
    display: flex;
    justify-content: space-between;
}</pre></body></html>